home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'FiltEdit.pas' rev: 3.00
-
- #ifndef FiltEditHPP
- #define FiltEditHPP
- #include <ExtCtrls.hpp>
- #include <StdCtrls.hpp>
- #include <Grids.hpp>
- #include <DsgnIntf.hpp>
- #include <Buttons.hpp>
- #include <Tabs.hpp>
- #include <Controls.hpp>
- #include <Forms.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Filtedit
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TFilterEditor;
- class PASCALIMPLEMENTATION TFilterEditor : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Extctrls::TBevel* Bevel1;
- Stdctrls::TButton* OKButton;
- Stdctrls::TButton* CancelButton;
- Stdctrls::TButton* HelpButton;
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall HelpBtnClick(System::TObject* Sender);
-
- private:
- void __fastcall SetFilter(System::AnsiString Value);
- System::AnsiString __fastcall GetFilter(void);
- public:
- /* TCustomForm.Create */ __fastcall virtual TFilterEditor(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TFilterEditor(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TFilterEditor(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TFilterEditor(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- class DELPHICLASS TFilterProperty;
- class PASCALIMPLEMENTATION TFilterProperty : public Dsgnintf::TStringProperty
- {
- typedef Dsgnintf::TStringProperty inherited;
-
- public:
- virtual void __fastcall Edit(void);
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TFilterProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TFilterProperty(void) : Dsgnintf::TStringProperty() { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Filtedit */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Filtedit;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // FiltEdit
-